home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo *** HARD DISK INSTALLATION ***
- echo Make sure that you have 600K of free disk space.
- echo Create a directory for ssql and move to that directory.
- echo It can be any name, such as...
- echo md c:\ssql
- echo cd c:\ssql
- echo a:instssql
- echo a:instdoc
- echo The instdoc installation program suggests the directory SSQLDOC. It really
- echo doesn't matter.
- echo ******************************************************************************
- echo *** FLOPPY DISK INSTALLATION ***
- echo You need two blank diskettes, one for SSQL and one for the SSQL documentation.
- echo Assuming that the shareware diskette is in drive A:
- echo 1. Put a blank diskette in b: and type b: to get to drive b.
- echo 2. Type a:instssql
- echo 3. Put a blank diskette in b: and type type a:instdoc
- echo ******************************************************************************
- echo * TO PRINT THE DOCUMENTATION TYPE PRINTDOC
- echo ******************************************************************************
- echo WARNING!
- echo If you do not have a printer that can handle extended graphics characters,
- echo some of the screen examples will not appear as they should.
-